Skip to content

Conversation

@aibrahim-oai
Copy link
Collaborator

@aibrahim-oai aibrahim-oai commented Nov 25, 2025

codex resume isn't that discoverable. Adding it to the slash commands can help

}
}
}
ResumeSelection::Exit | ResumeSelection::StartFresh => {}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't this drop the CTRL-C ? Blocking the user on this screen?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ctrl+c leads to exit.

self.default_provider.as_str(),
)
.await?;
fn start_initial_load(&mut self) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OOC can't this function be a bit slow? Shouldn't we do in async?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The slow part is already inside tokio::spawn

@aibrahim-oai aibrahim-oai requested a review from jif-oai December 2, 2025 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants